home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / wpjv1n5.zip / HELLO.ZIP / HELLO.H < prev    next >
Text File  |  1993-04-29  |  1KB  |  45 lines

  1. /* hello.h */
  2.  
  3. #define IDM_SETUP           12
  4.  
  5. #define IDM_HELLO           20
  6. #define IDM_GOODBYE         21
  7.  
  8. #define ID_VERSION          30
  9.  
  10. #define IDD_FNAME           53
  11. #define IDD_FLIST           54
  12. #define IDD_FPATH           55
  13.  
  14. #define IDM_FILENEW        101
  15. #define IDM_FILEOPEN       102
  16. #define IDM_FILESAVE       103
  17. #define IDM_FILESAVEAS     104
  18. #define IDM_FILEPRINT      105
  19. #define IDM_FILEPRINTPREV  106
  20. #define IDM_FILEPRINTSETUP 107
  21. #define IDM_FILEEXIT       108
  22.  
  23. #define IDM_EDITUNDO       201
  24. #define IDM_EDITREPEAT     202
  25. #define IDM_EDITCUT        203
  26. #define IDM_EDITCOPY       204
  27. #define IDM_EDITPASTE      205
  28. #define IDM_EDITCLEAR      206
  29. #define IDM_EDITPAST       207
  30.  
  31. #define IDM_SAMPLEDLG      301
  32. #define IDM_ALTERNATE      320
  33. #define IDM_ALTONE         321
  34. #define IDM_ALTTWO         322
  35. #define IDM_ALTGRAY        323
  36. #define IDM_ALTUNGRAY      324
  37. #define IDM_ALTRESTORE     325
  38.  
  39. #define IDM_HELPINDX       401
  40. #define IDM_HELPKBD        402
  41. #define IDM_HELPCMDS       403
  42. #define IDM_HELPPROCS      404
  43. #define IDM_HELPUSING      405
  44. #define IDM_HELPABOUT      406
  45.